Autogenerated HTML docs for v1.2.0-g6a9b
diff --git a/git-commit.html b/git-commit.html index f391cff..4965cb9 100644 --- a/git-commit.html +++ b/git-commit.html
@@ -273,8 +273,8 @@ <h2>SYNOPSIS</h2> <div class="sectionbody"> <div class="verseblock"> -<div class="content"><em>git-commit</em> [-a] [-i] [-s] [-v] [(-c | -C) <commit> | -F <file> | -m <msg>] - [-e] [--author <author>] [--] <file>…</div></div> +<div class="content"><em>git-commit</em> [-a] [-s] [-v] [(-c | -C) <commit> | -F <file> | -m <msg>] + [-e] [--author <author>] [--] [[-i | -o ]<file>…]</div></div> </div> <h2>DESCRIPTION</h2> <div class="sectionbody"> @@ -389,6 +389,17 @@ </p> </dd> <dt> +-o|--only +</dt> +<dd> +<p> + Commit only the files specified on the command line. + This format cannot be used during a merge, nor when the + index and the latest commit does not match on the + specified paths to avoid confusion. +</p> +</dd> +<dt> — </dt> <dd> @@ -401,10 +412,9 @@ </dt> <dd> <p> - Commit only the files specified on the command line. - This format cannot be used during a merge, nor when the - index and the latest commit does not match on the - specified paths to avoid confusion. + Files to be committed. The meaning of these is + different between <tt>--include</tt> and <tt>--only</tt>. Without + either, it defaults <tt>--only</tt> semantics. </p> </dd> </dl> @@ -470,7 +480,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 07-Feb-2006 08:04:29 UTC +Last updated 14-Feb-2006 07:59:59 UTC </div> </div> </body>